home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / bd.dxr / 00086.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  315 b   |  20 lines

  1. on exitFrame
  2.   global act
  3.   onVis(2)
  4.   if act = 0 then
  5.     if rollOver(22) or rollOver(23) then
  6.       cursor([901, 902])
  7.     else
  8.       cursor(-1)
  9.     end if
  10.   end if
  11.   if act = 1 then
  12.     if rollOver(25) or rollOver(26) then
  13.       cursor([901, 902])
  14.     else
  15.       cursor(-1)
  16.     end if
  17.   end if
  18.   Loopframe()
  19. end
  20.